F_PC_0203.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0203
  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(F_PC_0203));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnExpImage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.flowBox = new Dongke.IBOSS.Basics.FlowSetting.FlowBox();
  34. this.lblLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtFlowWidth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  39. this.txtFlowHeigth = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  40. this.btnFlowSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.lblLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.c_Button1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnLine = new System.Windows.Forms.Button();
  46. this.btnCheck = new System.Windows.Forms.Button();
  47. this.btnPiece = new System.Windows.Forms.Button();
  48. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  49. this.panel2.SuspendLayout();
  50. this.panel1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // panel2
  54. //
  55. this.panel2.Controls.Add(this.btnClose);
  56. this.panel2.Controls.Add(this.btnExpImage);
  57. this.panel2.Controls.Add(this.btnSave);
  58. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  59. this.panel2.Location = new System.Drawing.Point(170, 491);
  60. this.panel2.Name = "panel2";
  61. this.panel2.Size = new System.Drawing.Size(758, 44);
  62. this.panel2.TabIndex = 5;
  63. //
  64. // btnClose
  65. //
  66. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  67. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  68. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  69. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  70. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.btnClose.ForeColor = System.Drawing.Color.White;
  72. this.btnClose.Location = new System.Drawing.Point(661, 6);
  73. this.btnClose.Name = "btnClose";
  74. this.btnClose.Size = new System.Drawing.Size(85, 30);
  75. this.btnClose.TabIndex = 2;
  76. this.btnClose.Text = "关闭(&X)";
  77. this.btnClose.UseVisualStyleBackColor = false;
  78. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  79. //
  80. // btnExpImage
  81. //
  82. this.btnExpImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  83. this.btnExpImage.BackColor = System.Drawing.Color.Transparent;
  84. this.btnExpImage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExpImage.BackgroundImage")));
  85. this.btnExpImage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.btnExpImage.ForeColor = System.Drawing.Color.White;
  87. this.btnExpImage.Location = new System.Drawing.Point(6, 6);
  88. this.btnExpImage.Name = "btnExpImage";
  89. this.btnExpImage.Size = new System.Drawing.Size(85, 30);
  90. this.btnExpImage.TabIndex = 9;
  91. this.btnExpImage.Text = "导出图片";
  92. this.btnExpImage.UseVisualStyleBackColor = false;
  93. this.btnExpImage.Click += new System.EventHandler(this.btnExpImage_Click);
  94. //
  95. // btnSave
  96. //
  97. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  98. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  99. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  100. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.btnSave.ForeColor = System.Drawing.Color.White;
  102. this.btnSave.Location = new System.Drawing.Point(570, 6);
  103. this.btnSave.Name = "btnSave";
  104. this.btnSave.Size = new System.Drawing.Size(85, 30);
  105. this.btnSave.TabIndex = 9;
  106. this.btnSave.Text = "保存(&S)";
  107. this.btnSave.UseVisualStyleBackColor = false;
  108. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  109. //
  110. // flowBox
  111. //
  112. this.flowBox.BoxMode = Dongke.IBOSS.Basics.FlowSetting.FlowBoxMode.Edit;
  113. this.flowBox.CanvasBackgroundImage = ((System.Drawing.Image)(resources.GetObject("flowBox.CanvasBackgroundImage")));
  114. this.flowBox.CanvasSize = new System.Drawing.Size(800, 600);
  115. this.flowBox.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.flowBox.FlowName = null;
  117. this.flowBox.Location = new System.Drawing.Point(170, 0);
  118. this.flowBox.Name = "flowBox";
  119. this.flowBox.Size = new System.Drawing.Size(758, 491);
  120. this.flowBox.TabIndex = 7;
  121. //
  122. // lblLineCode
  123. //
  124. this.lblLineCode.AutoSize = true;
  125. this.lblLineCode.BackColor = System.Drawing.Color.Transparent;
  126. this.lblLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.lblLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  128. this.lblLineCode.Location = new System.Drawing.Point(13, 13);
  129. this.lblLineCode.Name = "lblLineCode";
  130. this.lblLineCode.Size = new System.Drawing.Size(65, 12);
  131. this.lblLineCode.TabIndex = 0;
  132. this.lblLineCode.Text = "生产线编码";
  133. //
  134. // txtLineCode
  135. //
  136. this.txtLineCode.BackColor = System.Drawing.SystemColors.Control;
  137. this.txtLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  138. this.txtLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  139. this.txtLineCode.ErrorMessage = "";
  140. this.txtLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.txtLineCode.Location = new System.Drawing.Point(15, 29);
  142. this.txtLineCode.Name = "txtLineCode";
  143. this.txtLineCode.ReadOnly = true;
  144. this.txtLineCode.Size = new System.Drawing.Size(141, 21);
  145. this.txtLineCode.TabIndex = 1;
  146. this.txtLineCode.TextValue = "";
  147. //
  148. // c_Label2
  149. //
  150. this.c_Label2.AutoSize = true;
  151. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  152. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  154. this.c_Label2.Location = new System.Drawing.Point(13, 99);
  155. this.c_Label2.Name = "c_Label2";
  156. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  157. this.c_Label2.TabIndex = 2;
  158. this.c_Label2.Text = "画布大小";
  159. //
  160. // c_Label1
  161. //
  162. this.c_Label1.AutoSize = true;
  163. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  164. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  166. this.c_Label1.Location = new System.Drawing.Point(53, 124);
  167. this.c_Label1.Name = "c_Label1";
  168. this.c_Label1.Size = new System.Drawing.Size(11, 12);
  169. this.c_Label1.TabIndex = 2;
  170. this.c_Label1.Text = "X";
  171. //
  172. // txtFlowWidth
  173. //
  174. this.txtFlowWidth.BackColor = System.Drawing.SystemColors.Window;
  175. this.txtFlowWidth.BackgroundColor = System.Drawing.SystemColors.Window;
  176. this.txtFlowWidth.DataValue = new decimal(new int[] {
  177. 2000,
  178. 0,
  179. 0,
  180. 0});
  181. this.txtFlowWidth.ErrorMessage = "";
  182. this.txtFlowWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.txtFlowWidth.HasComma = false;
  184. this.txtFlowWidth.ImeMode = System.Windows.Forms.ImeMode.Off;
  185. this.txtFlowWidth.IsMustInput = true;
  186. this.txtFlowWidth.Location = new System.Drawing.Point(12, 121);
  187. this.txtFlowWidth.MaxValue = new decimal(new int[] {
  188. 2000,
  189. 0,
  190. 0,
  191. 0});
  192. this.txtFlowWidth.MinValue = new decimal(new int[] {
  193. 100,
  194. 0,
  195. 0,
  196. 0});
  197. this.txtFlowWidth.Name = "txtFlowWidth";
  198. this.txtFlowWidth.Number = new System.Drawing.Point(4, 0);
  199. this.txtFlowWidth.Size = new System.Drawing.Size(35, 21);
  200. this.txtFlowWidth.TabIndex = 3;
  201. this.txtFlowWidth.Text = "2000";
  202. this.txtFlowWidth.TextValue = "2000";
  203. //
  204. // txtFlowHeigth
  205. //
  206. this.txtFlowHeigth.BackColor = System.Drawing.SystemColors.Window;
  207. this.txtFlowHeigth.BackgroundColor = System.Drawing.SystemColors.Window;
  208. this.txtFlowHeigth.DataValue = new decimal(new int[] {
  209. 2000,
  210. 0,
  211. 0,
  212. 0});
  213. this.txtFlowHeigth.ErrorMessage = "";
  214. this.txtFlowHeigth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.txtFlowHeigth.HasComma = false;
  216. this.txtFlowHeigth.ImeMode = System.Windows.Forms.ImeMode.Off;
  217. this.txtFlowHeigth.Location = new System.Drawing.Point(73, 121);
  218. this.txtFlowHeigth.MaxValue = new decimal(new int[] {
  219. 2000,
  220. 0,
  221. 0,
  222. 0});
  223. this.txtFlowHeigth.MinValue = new decimal(new int[] {
  224. 100,
  225. 0,
  226. 0,
  227. 0});
  228. this.txtFlowHeigth.Name = "txtFlowHeigth";
  229. this.txtFlowHeigth.Number = new System.Drawing.Point(4, 0);
  230. this.txtFlowHeigth.Size = new System.Drawing.Size(35, 21);
  231. this.txtFlowHeigth.TabIndex = 4;
  232. this.txtFlowHeigth.Text = "2000";
  233. this.txtFlowHeigth.TextValue = "2000";
  234. //
  235. // btnFlowSetting
  236. //
  237. this.btnFlowSetting.BackColor = System.Drawing.Color.Transparent;
  238. this.btnFlowSetting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFlowSetting.BackgroundImage")));
  239. this.btnFlowSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btnFlowSetting.ForeColor = System.Drawing.Color.White;
  241. this.btnFlowSetting.Location = new System.Drawing.Point(114, 115);
  242. this.btnFlowSetting.Name = "btnFlowSetting";
  243. this.btnFlowSetting.Size = new System.Drawing.Size(42, 30);
  244. this.btnFlowSetting.TabIndex = 5;
  245. this.btnFlowSetting.Text = "设置";
  246. this.btnFlowSetting.UseVisualStyleBackColor = false;
  247. this.btnFlowSetting.Click += new System.EventHandler(this.btnFlowSetting_Click);
  248. //
  249. // lblLineName
  250. //
  251. this.lblLineName.AutoSize = true;
  252. this.lblLineName.BackColor = System.Drawing.Color.Transparent;
  253. this.lblLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.lblLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  255. this.lblLineName.Location = new System.Drawing.Point(13, 55);
  256. this.lblLineName.Name = "lblLineName";
  257. this.lblLineName.Size = new System.Drawing.Size(65, 12);
  258. this.lblLineName.TabIndex = 5;
  259. this.lblLineName.Text = "生产线名称";
  260. //
  261. // txtLineName
  262. //
  263. this.txtLineName.BackColor = System.Drawing.SystemColors.Control;
  264. this.txtLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  265. this.txtLineName.ErrorMessage = "";
  266. this.txtLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.txtLineName.Location = new System.Drawing.Point(15, 71);
  268. this.txtLineName.Name = "txtLineName";
  269. this.txtLineName.ReadOnly = true;
  270. this.txtLineName.Size = new System.Drawing.Size(141, 21);
  271. this.txtLineName.TabIndex = 2;
  272. this.txtLineName.TextValue = "";
  273. //
  274. // panel1
  275. //
  276. this.panel1.Controls.Add(this.c_Button1);
  277. this.panel1.Controls.Add(this.btnLine);
  278. this.panel1.Controls.Add(this.btnCheck);
  279. this.panel1.Controls.Add(this.btnPiece);
  280. this.panel1.Controls.Add(this.txtLineName);
  281. this.panel1.Controls.Add(this.lblLineName);
  282. this.panel1.Controls.Add(this.btnFlowSetting);
  283. this.panel1.Controls.Add(this.txtFlowHeigth);
  284. this.panel1.Controls.Add(this.txtFlowWidth);
  285. this.panel1.Controls.Add(this.c_Label1);
  286. this.panel1.Controls.Add(this.c_Label2);
  287. this.panel1.Controls.Add(this.txtLineCode);
  288. this.panel1.Controls.Add(this.lblLineCode);
  289. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  290. this.panel1.Location = new System.Drawing.Point(0, 0);
  291. this.panel1.Name = "panel1";
  292. this.panel1.Size = new System.Drawing.Size(170, 535);
  293. this.panel1.TabIndex = 6;
  294. //
  295. // c_Button1
  296. //
  297. this.c_Button1.BackColor = System.Drawing.Color.Transparent;
  298. this.c_Button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_Button1.BackgroundImage")));
  299. this.c_Button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.c_Button1.ForeColor = System.Drawing.Color.White;
  301. this.c_Button1.Location = new System.Drawing.Point(114, 351);
  302. this.c_Button1.Name = "c_Button1";
  303. this.c_Button1.Size = new System.Drawing.Size(44, 33);
  304. this.c_Button1.TabIndex = 10;
  305. this.c_Button1.Text = "统一大小";
  306. this.c_Button1.UseVisualStyleBackColor = false;
  307. this.c_Button1.Click += new System.EventHandler(this.c_Button1_Click);
  308. //
  309. // btnLine
  310. //
  311. this.btnLine.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnLine.BackgroundImage")));
  312. this.btnLine.Location = new System.Drawing.Point(102, 148);
  313. this.btnLine.Name = "btnLine";
  314. this.btnLine.Size = new System.Drawing.Size(32, 32);
  315. this.btnLine.TabIndex = 8;
  316. this.btnLine.UseVisualStyleBackColor = true;
  317. this.btnLine.Click += new System.EventHandler(this.btnLine_Click);
  318. //
  319. // btnCheck
  320. //
  321. this.btnCheck.BackColor = System.Drawing.SystemColors.Control;
  322. this.btnCheck.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCheck.BackgroundImage")));
  323. this.btnCheck.ForeColor = System.Drawing.SystemColors.ControlText;
  324. this.btnCheck.Location = new System.Drawing.Point(57, 148);
  325. this.btnCheck.Name = "btnCheck";
  326. this.btnCheck.Size = new System.Drawing.Size(32, 32);
  327. this.btnCheck.TabIndex = 7;
  328. this.btnCheck.UseVisualStyleBackColor = false;
  329. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  330. //
  331. // btnPiece
  332. //
  333. this.btnPiece.BackColor = System.Drawing.SystemColors.Control;
  334. this.btnPiece.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPiece.BackgroundImage")));
  335. this.btnPiece.ForeColor = System.Drawing.SystemColors.ControlText;
  336. this.btnPiece.Location = new System.Drawing.Point(12, 148);
  337. this.btnPiece.Name = "btnPiece";
  338. this.btnPiece.Size = new System.Drawing.Size(32, 32);
  339. this.btnPiece.TabIndex = 6;
  340. this.btnPiece.UseVisualStyleBackColor = false;
  341. this.btnPiece.Click += new System.EventHandler(this.btnPiece_Click);
  342. //
  343. // saveFileDialog1
  344. //
  345. this.saveFileDialog1.DefaultExt = "png";
  346. //
  347. // F_PC_0203
  348. //
  349. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  350. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  351. this.CancelButton = this.btnClose;
  352. this.ClientSize = new System.Drawing.Size(928, 557);
  353. this.Controls.Add(this.flowBox);
  354. this.Controls.Add(this.panel2);
  355. this.Controls.Add(this.panel1);
  356. this.IsSaveFormSize = false;
  357. this.Name = "F_PC_0203";
  358. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  359. this.Text = "生产线配置";
  360. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  361. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PC_0203_FormClosing);
  362. this.Load += new System.EventHandler(this.F_PC_0203_Load);
  363. this.Controls.SetChildIndex(this.panel1, 0);
  364. this.Controls.SetChildIndex(this.panel2, 0);
  365. this.Controls.SetChildIndex(this.flowBox, 0);
  366. this.panel2.ResumeLayout(false);
  367. this.panel1.ResumeLayout(false);
  368. this.panel1.PerformLayout();
  369. this.ResumeLayout(false);
  370. this.PerformLayout();
  371. }
  372. #endregion
  373. private System.Windows.Forms.Panel panel2;
  374. private Basics.BaseControls.C_Button btnClose;
  375. private Basics.BaseControls.C_Button btnSave;
  376. private IBOSS.Basics.FlowSetting.FlowBox flowBox;
  377. private Basics.BaseControls.C_Label lblLineCode;
  378. private Basics.BaseControls.C_TextBox txtLineCode;
  379. private Basics.BaseControls.C_Label c_Label2;
  380. private Basics.BaseControls.C_Label c_Label1;
  381. private Basics.BaseControls.C_TXT_Digital txtFlowWidth;
  382. private Basics.BaseControls.C_TXT_Digital txtFlowHeigth;
  383. private Basics.BaseControls.C_Button btnFlowSetting;
  384. private Basics.BaseControls.C_Label lblLineName;
  385. private Basics.BaseControls.C_TextBox txtLineName;
  386. private System.Windows.Forms.Panel panel1;
  387. private System.Windows.Forms.Button btnPiece;
  388. private System.Windows.Forms.Button btnLine;
  389. private System.Windows.Forms.Button btnCheck;
  390. private Basics.BaseControls.C_Button btnExpImage;
  391. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  392. private Basics.BaseControls.C_Button c_Button1;
  393. }
  394. }