华恒Mes鼎捷代码
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.

280 lines
14 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPicture
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSPicture));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.can = new DevExpress.XtraEditors.SimpleButton();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  34. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.Name = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.status = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.see = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.ButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  39. this.textBoxcode = new System.Windows.Forms.TextBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.textBoxpic = new System.Windows.Forms.TextBox();
  42. this.textBoxname = new System.Windows.Forms.TextBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.path = new DevExpress.XtraGrid.Columns.GridColumn();
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  47. this.panelControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.ButtonEdit1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // btnClose
  54. //
  55. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  56. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  57. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  58. this.btnClose.Appearance.Options.UseFont = true;
  59. this.btnClose.Appearance.Options.UseForeColor = true;
  60. this.btnClose.Appearance.Options.UseTextOptions = true;
  61. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  62. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  63. this.btnClose.Location = new System.Drawing.Point(593, 1);
  64. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  65. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  66. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.btnClose.Name = "btnClose";
  68. this.btnClose.Size = new System.Drawing.Size(30, 30);
  69. this.btnClose.TabIndex = 5;
  70. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  71. //
  72. // lblTitle
  73. //
  74. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  76. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  77. this.lblTitle.Location = new System.Drawing.Point(270, 13);
  78. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  79. this.lblTitle.Name = "lblTitle";
  80. this.lblTitle.Size = new System.Drawing.Size(126, 41);
  81. this.lblTitle.TabIndex = 6;
  82. this.lblTitle.Text = "图纸";
  83. //
  84. // can
  85. //
  86. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  87. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  88. this.can.Location = new System.Drawing.Point(534, 507);
  89. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  90. this.can.Name = "can";
  91. this.can.Size = new System.Drawing.Size(78, 30);
  92. this.can.TabIndex = 31;
  93. this.can.Text = "取消";
  94. this.can.Click += new System.EventHandler(this.btnClose_Click);
  95. //
  96. // panelControl1
  97. //
  98. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  99. | System.Windows.Forms.AnchorStyles.Left)
  100. | System.Windows.Forms.AnchorStyles.Right)));
  101. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  102. this.panelControl1.Appearance.Options.UseBackColor = true;
  103. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  104. this.panelControl1.Controls.Add(this.gridControl1);
  105. this.panelControl1.Controls.Add(this.textBoxcode);
  106. this.panelControl1.Controls.Add(this.label3);
  107. this.panelControl1.Controls.Add(this.textBoxpic);
  108. this.panelControl1.Controls.Add(this.textBoxname);
  109. this.panelControl1.Controls.Add(this.label2);
  110. this.panelControl1.Controls.Add(this.label1);
  111. this.panelControl1.Location = new System.Drawing.Point(1, 58);
  112. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  113. this.panelControl1.Name = "panelControl1";
  114. this.panelControl1.Size = new System.Drawing.Size(622, 445);
  115. this.panelControl1.TabIndex = 23;
  116. //
  117. // gridControl1
  118. //
  119. this.gridControl1.Location = new System.Drawing.Point(0, 166);
  120. this.gridControl1.MainView = this.gridView1;
  121. this.gridControl1.Name = "gridControl1";
  122. this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  123. this.ButtonEdit1});
  124. this.gridControl1.Size = new System.Drawing.Size(622, 276);
  125. this.gridControl1.TabIndex = 45;
  126. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  127. this.gridView1});
  128. //
  129. // gridView1
  130. //
  131. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  132. this.Name,
  133. this.status,
  134. this.see,
  135. this.path});
  136. this.gridView1.GridControl = this.gridControl1;
  137. this.gridView1.GroupPanelText = " ";
  138. this.gridView1.IndicatorWidth = 20;
  139. this.gridView1.Name = "gridView1";
  140. this.gridView1.OptionsView.ShowGroupPanel = false;
  141. this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
  142. this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
  143. //
  144. // Name
  145. //
  146. this.Name.Caption = "名称";
  147. this.Name.FieldName = "Name";
  148. this.Name.Name = "Name";
  149. this.Name.Visible = true;
  150. this.Name.VisibleIndex = 0;
  151. //
  152. // status
  153. //
  154. this.status.Caption = "状态";
  155. this.status.FieldName = "status";
  156. this.status.Name = "status";
  157. this.status.Visible = true;
  158. this.status.VisibleIndex = 1;
  159. //
  160. // see
  161. //
  162. this.see.Caption = "查看";
  163. this.see.ColumnEdit = this.ButtonEdit1;
  164. this.see.FieldName = "see";
  165. this.see.Name = "see";
  166. this.see.Visible = true;
  167. this.see.VisibleIndex = 2;
  168. //
  169. // ButtonEdit1
  170. //
  171. this.ButtonEdit1.AutoHeight = false;
  172. this.ButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  173. new DevExpress.XtraEditors.Controls.EditorButton()});
  174. this.ButtonEdit1.Name = "ButtonEdit1";
  175. this.ButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  176. this.ButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.ButtonEdit1_ButtonClick);
  177. //
  178. // textBoxcode
  179. //
  180. this.textBoxcode.Location = new System.Drawing.Point(143, 120);
  181. this.textBoxcode.Name = "textBoxcode";
  182. this.textBoxcode.Size = new System.Drawing.Size(385, 26);
  183. this.textBoxcode.TabIndex = 44;
  184. //
  185. // label3
  186. //
  187. this.label3.AutoSize = true;
  188. this.label3.Location = new System.Drawing.Point(67, 123);
  189. this.label3.Name = "label3";
  190. this.label3.Size = new System.Drawing.Size(83, 18);
  191. this.label3.TabIndex = 43;
  192. this.label3.Text = "物料编码:";
  193. //
  194. // textBoxpic
  195. //
  196. this.textBoxpic.Location = new System.Drawing.Point(378, 54);
  197. this.textBoxpic.Name = "textBoxpic";
  198. this.textBoxpic.Size = new System.Drawing.Size(150, 26);
  199. this.textBoxpic.TabIndex = 42;
  200. //
  201. // textBoxname
  202. //
  203. this.textBoxname.Location = new System.Drawing.Point(143, 54);
  204. this.textBoxname.Name = "textBoxname";
  205. this.textBoxname.Size = new System.Drawing.Size(130, 26);
  206. this.textBoxname.TabIndex = 41;
  207. //
  208. // label2
  209. //
  210. this.label2.AutoSize = true;
  211. this.label2.Location = new System.Drawing.Point(319, 57);
  212. this.label2.Name = "label2";
  213. this.label2.Size = new System.Drawing.Size(53, 18);
  214. this.label2.TabIndex = 40;
  215. this.label2.Text = "图号:";
  216. //
  217. // label1
  218. //
  219. this.label1.AutoSize = true;
  220. this.label1.Location = new System.Drawing.Point(67, 57);
  221. this.label1.Name = "label1";
  222. this.label1.Size = new System.Drawing.Size(83, 18);
  223. this.label1.TabIndex = 39;
  224. this.label1.Text = "工序名称:";
  225. //
  226. // path
  227. //
  228. this.path.Caption = "路径";
  229. this.path.FieldName = "Path";
  230. this.path.Name = "path";
  231. //
  232. // FormICSPicture
  233. //
  234. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  235. this.Appearance.Options.UseBackColor = true;
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.ClientSize = new System.Drawing.Size(624, 538);
  239. this.Controls.Add(this.panelControl1);
  240. this.Controls.Add(this.lblTitle);
  241. this.Controls.Add(this.btnClose);
  242. this.Controls.Add(this.can);
  243. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  244. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  245. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  246. this.Text = "FormContainerAddEdit";
  247. this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
  248. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  249. this.panelControl1.ResumeLayout(false);
  250. this.panelControl1.PerformLayout();
  251. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.ButtonEdit1)).EndInit();
  254. this.ResumeLayout(false);
  255. }
  256. #endregion
  257. private DevExpress.XtraEditors.SimpleButton btnClose;
  258. private DevExpress.XtraEditors.LabelControl lblTitle;
  259. private DevExpress.XtraEditors.SimpleButton can;
  260. private DevExpress.XtraEditors.PanelControl panelControl1;
  261. private DevExpress.XtraGrid.GridControl gridControl1;
  262. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  263. private DevExpress.XtraGrid.Columns.GridColumn Name;
  264. private DevExpress.XtraGrid.Columns.GridColumn status;
  265. private DevExpress.XtraGrid.Columns.GridColumn see;
  266. private System.Windows.Forms.TextBox textBoxcode;
  267. private System.Windows.Forms.Label label3;
  268. private System.Windows.Forms.TextBox textBoxpic;
  269. private System.Windows.Forms.TextBox textBoxname;
  270. private System.Windows.Forms.Label label2;
  271. private System.Windows.Forms.Label label1;
  272. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ButtonEdit1;
  273. private DevExpress.XtraGrid.Columns.GridColumn path;
  274. }
  275. }