namespace UAS_MES_NEW { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.txtMsg = new System.Windows.Forms.RichTextBox(); this.txtIP = new System.Windows.Forms.TextBox(); this.txtPORT = new System.Windows.Forms.TextBox(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.calcEdit1 = new DevExpress.XtraEditors.CalcEdit(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.tabPane1 = new DevExpress.XtraBars.Navigation.TabPane(); this.tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage(); this.tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage(); this.dataNavigator1 = new DevExpress.XtraEditors.DataNavigator(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components); this.mruEdit1 = new DevExpress.XtraEditors.MRUEdit(); this.enterTextBox2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.cameraControl1 = new DevExpress.XtraEditors.Camera.CameraControl(); this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.tabPane1.SuspendLayout(); this.tabNavigationPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mruEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(255, 181); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 29); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(416, 181); this.button2.Margin = new System.Windows.Forms.Padding(4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(100, 29); this.button2.TabIndex = 1; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(386, 128); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 0; this.button3.Text = "OPEN"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click_1); // // button4 // this.button4.Location = new System.Drawing.Point(102, 46); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 2; this.button4.Text = "Send"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // txtMsg // this.txtMsg.Location = new System.Drawing.Point(161, 108); this.txtMsg.Margin = new System.Windows.Forms.Padding(2); this.txtMsg.Name = "txtMsg"; this.txtMsg.Size = new System.Drawing.Size(213, 129); this.txtMsg.TabIndex = 7; this.txtMsg.Text = ""; // // txtIP // this.txtIP.Location = new System.Drawing.Point(271, 259); this.txtIP.Margin = new System.Windows.Forms.Padding(2); this.txtIP.Name = "txtIP"; this.txtIP.Size = new System.Drawing.Size(103, 21); this.txtIP.TabIndex = 8; this.txtIP.Text = "127.0.0.1"; // // txtPORT // this.txtPORT.Location = new System.Drawing.Point(455, 216); this.txtPORT.Margin = new System.Windows.Forms.Padding(2); this.txtPORT.Name = "txtPORT"; this.txtPORT.Size = new System.Drawing.Size(76, 21); this.txtPORT.TabIndex = 9; this.txtPORT.Text = "8080"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(112, 137); this.labelControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(13, 14); this.labelControl1.TabIndex = 12; this.labelControl1.Text = "aq"; // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(190, 42); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Caption = "checkEdit1"; this.checkEdit1.Size = new System.Drawing.Size(75, 19); this.checkEdit1.TabIndex = 13; // // calcEdit1 // this.calcEdit1.Location = new System.Drawing.Point(410, 41); this.calcEdit1.Name = "calcEdit1"; this.calcEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.calcEdit1.Size = new System.Drawing.Size(100, 20); this.calcEdit1.TabIndex = 14; this.calcEdit1.ToolTip = "aasq"; // // memoEdit1 // this.memoEdit1.Location = new System.Drawing.Point(613, 28); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(100, 96); this.memoEdit1.TabIndex = 15; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // tabPane1 // this.tabPane1.Controls.Add(this.tabNavigationPage2); this.tabPane1.Controls.Add(this.tabNavigationPage1); this.tabPane1.Location = new System.Drawing.Point(25, 307); this.tabPane1.Name = "tabPane1"; this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { this.tabNavigationPage2, this.tabNavigationPage1}); this.tabPane1.RegularSize = new System.Drawing.Size(300, 150); this.tabPane1.SelectedPage = this.tabNavigationPage2; this.tabPane1.SelectedPageIndex = 0; this.tabPane1.Size = new System.Drawing.Size(300, 150); this.tabPane1.TabIndex = 16; this.tabPane1.Text = "tabPane1"; // // tabNavigationPage2 // this.tabNavigationPage2.Caption = "tabNavigationPage2"; this.tabNavigationPage2.Name = "tabNavigationPage2"; this.tabNavigationPage2.PageText = "yyf"; this.tabNavigationPage2.Size = new System.Drawing.Size(282, 104); this.tabNavigationPage2.Paint += new System.Windows.Forms.PaintEventHandler(this.tabNavigationPage2_Paint); // // tabNavigationPage1 // this.tabNavigationPage1.Caption = "tabNavigationPage1"; this.tabNavigationPage1.Controls.Add(this.button4); this.tabNavigationPage1.Name = "tabNavigationPage1"; this.tabNavigationPage1.Size = new System.Drawing.Size(282, 104); // // dataNavigator1 // this.dataNavigator1.Buttons.First.Hint = "AAA"; this.dataNavigator1.Buttons.First.ImageIndex = 0; this.dataNavigator1.Buttons.Last.ImageIndex = 5; this.dataNavigator1.Buttons.Next.ImageIndex = 3; this.dataNavigator1.Buttons.NextPage.ImageIndex = 4; this.dataNavigator1.Buttons.Prev.ImageIndex = 2; this.dataNavigator1.Buttons.PrevPage.ImageIndex = 1; this.dataNavigator1.Location = new System.Drawing.Point(356, 345); this.dataNavigator1.Name = "dataNavigator1"; this.dataNavigator1.Size = new System.Drawing.Size(251, 20); this.dataNavigator1.TabIndex = 18; this.dataNavigator1.Text = "dataNavigator1"; this.dataNavigator1.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.End; this.dataNavigator1.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.dataNavigator1_ButtonClick); this.dataNavigator1.Click += new System.EventHandler(this.dataNavigator1_Click); // // sqlDataSource1 // this.sqlDataSource1.Name = "sqlDataSource1"; // // mruEdit1 // this.mruEdit1.Location = new System.Drawing.Point(575, 429); this.mruEdit1.Name = "mruEdit1"; this.mruEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.mruEdit1.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.DoubleClick; this.mruEdit1.Size = new System.Drawing.Size(100, 20); this.mruEdit1.TabIndex = 19; // // enterTextBox2 // this.enterTextBox2.AllPower = null; this.enterTextBox2.BackColor = System.Drawing.Color.White; this.enterTextBox2.ID = null; this.enterTextBox2.Location = new System.Drawing.Point(565, 216); this.enterTextBox2.Margin = new System.Windows.Forms.Padding(2); this.enterTextBox2.Name = "enterTextBox2"; this.enterTextBox2.Power = null; this.enterTextBox2.Size = new System.Drawing.Size(148, 21); this.enterTextBox2.Str = null; this.enterTextBox2.Str1 = null; this.enterTextBox2.Str2 = null; this.enterTextBox2.TabIndex = 10; // // cameraControl1 // this.cameraControl1.Location = new System.Drawing.Point(668, 284); this.cameraControl1.Name = "cameraControl1"; this.cameraControl1.Size = new System.Drawing.Size(223, 130); this.cameraControl1.TabIndex = 20; this.cameraControl1.Text = "cameraControl1"; // // pictureEdit1 // this.pictureEdit1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pictureEdit1.Location = new System.Drawing.Point(745, 108); this.pictureEdit1.Name = "pictureEdit1"; this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Always; this.pictureEdit1.Size = new System.Drawing.Size(100, 96); this.pictureEdit1.TabIndex = 21; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(929, 590); this.Controls.Add(this.pictureEdit1); this.Controls.Add(this.cameraControl1); this.Controls.Add(this.mruEdit1); this.Controls.Add(this.dataNavigator1); this.Controls.Add(this.button3); this.Controls.Add(this.tabPane1); this.Controls.Add(this.memoEdit1); this.Controls.Add(this.calcEdit1); this.Controls.Add(this.checkEdit1); this.Controls.Add(this.labelControl1); this.Controls.Add(this.enterTextBox2); this.Controls.Add(this.txtPORT); this.Controls.Add(this.txtIP); this.Controls.Add(this.txtMsg); this.Name = "Form1"; this.Tag = "123123"; this.Text = "jieshu"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); this.tabPane1.ResumeLayout(false); this.tabNavigationPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mruEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private CustomControl.ButtonUtil.NormalButton normalButton1; private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1; private CustomControl.SetLoading.LoadingCircle loadingCircle1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.RichTextBox txtMsg; private System.Windows.Forms.TextBox txtIP; private System.Windows.Forms.TextBox txtPORT; private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.CheckEdit checkEdit1; private DevExpress.XtraEditors.CalcEdit calcEdit1; private DevExpress.XtraEditors.MemoEdit memoEdit1; private System.Windows.Forms.Timer timer1; private DevExpress.XtraBars.Navigation.TabPane tabPane1; private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1; private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2; private DevExpress.XtraEditors.DataNavigator dataNavigator1; private DevExpress.DataAccess.Sql.SqlDataSource sqlDataSource1; private DevExpress.XtraEditors.MRUEdit mruEdit1; private DevExpress.XtraEditors.Camera.CameraControl cameraControl1; private DevExpress.XtraEditors.PictureEdit pictureEdit1; } }