锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

116 lines
5.2 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormReadExcel
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  29. this.txtUrl = new DevExpress.XtraEditors.ButtonEdit();
  30. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  31. this.txtSheet = new DevExpress.XtraEditors.ComboBoxEdit();
  32. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  33. ((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.txtSheet.Properties)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // labelControl1
  38. //
  39. this.labelControl1.Location = new System.Drawing.Point(5, 8);
  40. this.labelControl1.Name = "labelControl1";
  41. this.labelControl1.Size = new System.Drawing.Size(56, 14);
  42. this.labelControl1.TabIndex = 0;
  43. this.labelControl1.Text = "excel文件:";
  44. //
  45. // txtUrl
  46. //
  47. this.txtUrl.Location = new System.Drawing.Point(67, 6);
  48. this.txtUrl.Name = "txtUrl";
  49. this.txtUrl.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  50. new DevExpress.XtraEditors.Controls.EditorButton()});
  51. this.txtUrl.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  52. this.txtUrl.Size = new System.Drawing.Size(278, 20);
  53. this.txtUrl.TabIndex = 1;
  54. this.txtUrl.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtUrl_ButtonClick);
  55. //
  56. // labelControl2
  57. //
  58. this.labelControl2.Location = new System.Drawing.Point(5, 32);
  59. this.labelControl2.Name = "labelControl2";
  60. this.labelControl2.Size = new System.Drawing.Size(40, 14);
  61. this.labelControl2.TabIndex = 2;
  62. this.labelControl2.Text = "单元表:";
  63. //
  64. // txtSheet
  65. //
  66. this.txtSheet.Location = new System.Drawing.Point(67, 32);
  67. this.txtSheet.Name = "txtSheet";
  68. this.txtSheet.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  69. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  70. this.txtSheet.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  71. this.txtSheet.Size = new System.Drawing.Size(278, 20);
  72. this.txtSheet.TabIndex = 3;
  73. //
  74. // btnOk
  75. //
  76. this.btnOk.Location = new System.Drawing.Point(270, 56);
  77. this.btnOk.Name = "btnOk";
  78. this.btnOk.Size = new System.Drawing.Size(75, 23);
  79. this.btnOk.TabIndex = 4;
  80. this.btnOk.Text = "确定";
  81. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  82. //
  83. // FormReadExcel
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.ClientSize = new System.Drawing.Size(356, 87);
  88. this.Controls.Add(this.btnOk);
  89. this.Controls.Add(this.txtSheet);
  90. this.Controls.Add(this.labelControl2);
  91. this.Controls.Add(this.txtUrl);
  92. this.Controls.Add(this.labelControl1);
  93. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  94. this.MaximizeBox = false;
  95. this.MinimizeBox = false;
  96. this.Name = "FormReadExcel";
  97. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  98. this.Text = "EXCEL文件选择";
  99. ((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).EndInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.txtSheet.Properties)).EndInit();
  101. this.ResumeLayout(false);
  102. this.PerformLayout();
  103. }
  104. #endregion
  105. private DevExpress.XtraEditors.LabelControl labelControl1;
  106. private DevExpress.XtraEditors.ButtonEdit txtUrl;
  107. private DevExpress.XtraEditors.LabelControl labelControl2;
  108. private DevExpress.XtraEditors.ComboBoxEdit txtSheet;
  109. private DevExpress.XtraEditors.SimpleButton btnOk;
  110. }
  111. }