Form1.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace UAS_MES_NEW
  2. {
  3. partial class Form1
  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.components = new System.ComponentModel.Container();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.txtMsg = new System.Windows.Forms.RichTextBox();
  34. this.txtIP = new System.Windows.Forms.TextBox();
  35. this.txtPORT = new System.Windows.Forms.TextBox();
  36. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  37. this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
  38. this.calcEdit1 = new DevExpress.XtraEditors.CalcEdit();
  39. this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
  40. this.timer1 = new System.Windows.Forms.Timer(this.components);
  41. this.tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
  42. this.tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
  43. this.tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
  44. this.dataNavigator1 = new DevExpress.XtraEditors.DataNavigator();
  45. this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
  46. this.mruEdit1 = new DevExpress.XtraEditors.MRUEdit();
  47. this.enterTextBox2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.cameraControl1 = new DevExpress.XtraEditors.Camera.CameraControl();
  49. this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
  50. ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
  53. this.tabPane1.SuspendLayout();
  54. this.tabNavigationPage1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.mruEdit1.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // button1
  60. //
  61. this.button1.Location = new System.Drawing.Point(255, 181);
  62. this.button1.Margin = new System.Windows.Forms.Padding(4);
  63. this.button1.Name = "button1";
  64. this.button1.Size = new System.Drawing.Size(100, 29);
  65. this.button1.TabIndex = 0;
  66. this.button1.Text = "button1";
  67. this.button1.UseVisualStyleBackColor = true;
  68. //
  69. // button2
  70. //
  71. this.button2.Location = new System.Drawing.Point(416, 181);
  72. this.button2.Margin = new System.Windows.Forms.Padding(4);
  73. this.button2.Name = "button2";
  74. this.button2.Size = new System.Drawing.Size(100, 29);
  75. this.button2.TabIndex = 1;
  76. this.button2.Text = "button2";
  77. this.button2.UseVisualStyleBackColor = true;
  78. //
  79. // button3
  80. //
  81. this.button3.Location = new System.Drawing.Point(386, 128);
  82. this.button3.Name = "button3";
  83. this.button3.Size = new System.Drawing.Size(75, 23);
  84. this.button3.TabIndex = 0;
  85. this.button3.Text = "OPEN";
  86. this.button3.UseVisualStyleBackColor = true;
  87. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  88. //
  89. // button4
  90. //
  91. this.button4.Location = new System.Drawing.Point(102, 46);
  92. this.button4.Name = "button4";
  93. this.button4.Size = new System.Drawing.Size(75, 23);
  94. this.button4.TabIndex = 2;
  95. this.button4.Text = "Send";
  96. this.button4.UseVisualStyleBackColor = true;
  97. this.button4.Click += new System.EventHandler(this.button4_Click);
  98. //
  99. // txtMsg
  100. //
  101. this.txtMsg.Location = new System.Drawing.Point(161, 108);
  102. this.txtMsg.Margin = new System.Windows.Forms.Padding(2);
  103. this.txtMsg.Name = "txtMsg";
  104. this.txtMsg.Size = new System.Drawing.Size(213, 129);
  105. this.txtMsg.TabIndex = 7;
  106. this.txtMsg.Text = "";
  107. //
  108. // txtIP
  109. //
  110. this.txtIP.Location = new System.Drawing.Point(271, 259);
  111. this.txtIP.Margin = new System.Windows.Forms.Padding(2);
  112. this.txtIP.Name = "txtIP";
  113. this.txtIP.Size = new System.Drawing.Size(103, 21);
  114. this.txtIP.TabIndex = 8;
  115. this.txtIP.Text = "127.0.0.1";
  116. //
  117. // txtPORT
  118. //
  119. this.txtPORT.Location = new System.Drawing.Point(455, 216);
  120. this.txtPORT.Margin = new System.Windows.Forms.Padding(2);
  121. this.txtPORT.Name = "txtPORT";
  122. this.txtPORT.Size = new System.Drawing.Size(76, 21);
  123. this.txtPORT.TabIndex = 9;
  124. this.txtPORT.Text = "8080";
  125. //
  126. // labelControl1
  127. //
  128. this.labelControl1.Location = new System.Drawing.Point(112, 137);
  129. this.labelControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
  130. this.labelControl1.Name = "labelControl1";
  131. this.labelControl1.Size = new System.Drawing.Size(13, 14);
  132. this.labelControl1.TabIndex = 12;
  133. this.labelControl1.Text = "aq";
  134. //
  135. // checkEdit1
  136. //
  137. this.checkEdit1.Location = new System.Drawing.Point(190, 42);
  138. this.checkEdit1.Name = "checkEdit1";
  139. this.checkEdit1.Properties.Caption = "checkEdit1";
  140. this.checkEdit1.Size = new System.Drawing.Size(75, 19);
  141. this.checkEdit1.TabIndex = 13;
  142. //
  143. // calcEdit1
  144. //
  145. this.calcEdit1.Location = new System.Drawing.Point(410, 41);
  146. this.calcEdit1.Name = "calcEdit1";
  147. this.calcEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  148. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  149. this.calcEdit1.Size = new System.Drawing.Size(100, 20);
  150. this.calcEdit1.TabIndex = 14;
  151. this.calcEdit1.ToolTip = "aasq";
  152. //
  153. // memoEdit1
  154. //
  155. this.memoEdit1.Location = new System.Drawing.Point(613, 28);
  156. this.memoEdit1.Name = "memoEdit1";
  157. this.memoEdit1.Size = new System.Drawing.Size(100, 96);
  158. this.memoEdit1.TabIndex = 15;
  159. //
  160. // timer1
  161. //
  162. this.timer1.Enabled = true;
  163. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  164. //
  165. // tabPane1
  166. //
  167. this.tabPane1.Controls.Add(this.tabNavigationPage2);
  168. this.tabPane1.Controls.Add(this.tabNavigationPage1);
  169. this.tabPane1.Location = new System.Drawing.Point(25, 307);
  170. this.tabPane1.Name = "tabPane1";
  171. this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
  172. this.tabNavigationPage2,
  173. this.tabNavigationPage1});
  174. this.tabPane1.RegularSize = new System.Drawing.Size(300, 150);
  175. this.tabPane1.SelectedPage = this.tabNavigationPage2;
  176. this.tabPane1.SelectedPageIndex = 0;
  177. this.tabPane1.Size = new System.Drawing.Size(300, 150);
  178. this.tabPane1.TabIndex = 16;
  179. this.tabPane1.Text = "tabPane1";
  180. //
  181. // tabNavigationPage2
  182. //
  183. this.tabNavigationPage2.Caption = "tabNavigationPage2";
  184. this.tabNavigationPage2.Name = "tabNavigationPage2";
  185. this.tabNavigationPage2.PageText = "yyf";
  186. this.tabNavigationPage2.Size = new System.Drawing.Size(282, 104);
  187. this.tabNavigationPage2.Paint += new System.Windows.Forms.PaintEventHandler(this.tabNavigationPage2_Paint);
  188. //
  189. // tabNavigationPage1
  190. //
  191. this.tabNavigationPage1.Caption = "tabNavigationPage1";
  192. this.tabNavigationPage1.Controls.Add(this.button4);
  193. this.tabNavigationPage1.Name = "tabNavigationPage1";
  194. this.tabNavigationPage1.Size = new System.Drawing.Size(282, 104);
  195. //
  196. // dataNavigator1
  197. //
  198. this.dataNavigator1.Buttons.First.Hint = "AAA";
  199. this.dataNavigator1.Buttons.First.ImageIndex = 0;
  200. this.dataNavigator1.Buttons.Last.ImageIndex = 5;
  201. this.dataNavigator1.Buttons.Next.ImageIndex = 3;
  202. this.dataNavigator1.Buttons.NextPage.ImageIndex = 4;
  203. this.dataNavigator1.Buttons.Prev.ImageIndex = 2;
  204. this.dataNavigator1.Buttons.PrevPage.ImageIndex = 1;
  205. this.dataNavigator1.Location = new System.Drawing.Point(356, 345);
  206. this.dataNavigator1.Name = "dataNavigator1";
  207. this.dataNavigator1.Size = new System.Drawing.Size(251, 20);
  208. this.dataNavigator1.TabIndex = 18;
  209. this.dataNavigator1.Text = "dataNavigator1";
  210. this.dataNavigator1.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.End;
  211. this.dataNavigator1.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.dataNavigator1_ButtonClick);
  212. this.dataNavigator1.Click += new System.EventHandler(this.dataNavigator1_Click);
  213. //
  214. // sqlDataSource1
  215. //
  216. this.sqlDataSource1.Name = "sqlDataSource1";
  217. //
  218. // mruEdit1
  219. //
  220. this.mruEdit1.Location = new System.Drawing.Point(575, 429);
  221. this.mruEdit1.Name = "mruEdit1";
  222. this.mruEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  223. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  224. this.mruEdit1.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.DoubleClick;
  225. this.mruEdit1.Size = new System.Drawing.Size(100, 20);
  226. this.mruEdit1.TabIndex = 19;
  227. //
  228. // enterTextBox2
  229. //
  230. this.enterTextBox2.AllPower = null;
  231. this.enterTextBox2.BackColor = System.Drawing.Color.White;
  232. this.enterTextBox2.ID = null;
  233. this.enterTextBox2.Location = new System.Drawing.Point(565, 216);
  234. this.enterTextBox2.Margin = new System.Windows.Forms.Padding(2);
  235. this.enterTextBox2.Name = "enterTextBox2";
  236. this.enterTextBox2.Power = null;
  237. this.enterTextBox2.Size = new System.Drawing.Size(148, 21);
  238. this.enterTextBox2.Str = null;
  239. this.enterTextBox2.Str1 = null;
  240. this.enterTextBox2.Str2 = null;
  241. this.enterTextBox2.TabIndex = 10;
  242. //
  243. // cameraControl1
  244. //
  245. this.cameraControl1.Location = new System.Drawing.Point(668, 284);
  246. this.cameraControl1.Name = "cameraControl1";
  247. this.cameraControl1.Size = new System.Drawing.Size(223, 130);
  248. this.cameraControl1.TabIndex = 20;
  249. this.cameraControl1.Text = "cameraControl1";
  250. //
  251. // pictureEdit1
  252. //
  253. this.pictureEdit1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  254. this.pictureEdit1.Location = new System.Drawing.Point(745, 108);
  255. this.pictureEdit1.Name = "pictureEdit1";
  256. this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Always;
  257. this.pictureEdit1.Size = new System.Drawing.Size(100, 96);
  258. this.pictureEdit1.TabIndex = 21;
  259. //
  260. // Form1
  261. //
  262. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  263. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  264. this.ClientSize = new System.Drawing.Size(929, 590);
  265. this.Controls.Add(this.pictureEdit1);
  266. this.Controls.Add(this.cameraControl1);
  267. this.Controls.Add(this.mruEdit1);
  268. this.Controls.Add(this.dataNavigator1);
  269. this.Controls.Add(this.button3);
  270. this.Controls.Add(this.tabPane1);
  271. this.Controls.Add(this.memoEdit1);
  272. this.Controls.Add(this.calcEdit1);
  273. this.Controls.Add(this.checkEdit1);
  274. this.Controls.Add(this.labelControl1);
  275. this.Controls.Add(this.enterTextBox2);
  276. this.Controls.Add(this.txtPORT);
  277. this.Controls.Add(this.txtIP);
  278. this.Controls.Add(this.txtMsg);
  279. this.Name = "Form1";
  280. this.Tag = "123123";
  281. this.Text = "jieshu";
  282. this.Load += new System.EventHandler(this.Form1_Load);
  283. ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
  286. this.tabPane1.ResumeLayout(false);
  287. this.tabNavigationPage1.ResumeLayout(false);
  288. ((System.ComponentModel.ISupportInitialize)(this.mruEdit1.Properties)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
  290. this.ResumeLayout(false);
  291. this.PerformLayout();
  292. }
  293. #endregion
  294. private System.Windows.Forms.Button button1;
  295. private System.Windows.Forms.Button button2;
  296. private CustomControl.ButtonUtil.NormalButton normalButton1;
  297. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
  298. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  299. private System.Windows.Forms.Button button3;
  300. private System.Windows.Forms.Button button4;
  301. private System.Windows.Forms.RichTextBox txtMsg;
  302. private System.Windows.Forms.TextBox txtIP;
  303. private System.Windows.Forms.TextBox txtPORT;
  304. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
  305. private DevExpress.XtraEditors.LabelControl labelControl1;
  306. private DevExpress.XtraEditors.CheckEdit checkEdit1;
  307. private DevExpress.XtraEditors.CalcEdit calcEdit1;
  308. private DevExpress.XtraEditors.MemoEdit memoEdit1;
  309. private System.Windows.Forms.Timer timer1;
  310. private DevExpress.XtraBars.Navigation.TabPane tabPane1;
  311. private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
  312. private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
  313. private DevExpress.XtraEditors.DataNavigator dataNavigator1;
  314. private DevExpress.DataAccess.Sql.SqlDataSource sqlDataSource1;
  315. private DevExpress.XtraEditors.MRUEdit mruEdit1;
  316. private DevExpress.XtraEditors.Camera.CameraControl cameraControl1;
  317. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  318. }
  319. }