Esempio n. 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyMessageBox));
     this.lblMsg      = new KDS.UI.Component.LableBase();
     this.btnOK       = new KDS.UI.Component.ButtonBase();
     this.btnMore     = new KDS.UI.Component.ButtonBase();
     this.txtMsg      = new KDS.UI.Component.TextBoxBase();
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.btnCancel   = new KDS.UI.Component.ButtonBase();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // lblMsg
     //
     this.lblMsg.BackColor = System.Drawing.Color.Transparent;
     this.lblMsg.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     resources.ApplyResources(this.lblMsg, "lblMsg");
     this.lblMsg.Name = "lblMsg";
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Name = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnMore
     //
     resources.ApplyResources(this.btnMore, "btnMore");
     this.btnMore.Name = "btnMore";
     this.btnMore.UseVisualStyleBackColor = true;
     this.btnMore.Click += new System.EventHandler(this.btnMore_Click);
     //
     // txtMsg
     //
     this.txtMsg.BackColor   = System.Drawing.Color.White;
     this.txtMsg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.txtMsg, "txtMsg");
     this.txtMsg.Name     = "txtMsg";
     this.txtMsg.ReadOnly = true;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Gainsboro;
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::KDS.UI.Component.Properties.Resources.info;
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.Name    = "pictureBox1";
     this.pictureBox1.TabStop = false;
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // MyMessageBox
     //
     this.AcceptButton = this.btnOK;
     this.CancelButton = this.btnCancel;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.txtMsg);
     this.Controls.Add(this.lblMsg);
     this.Controls.Add(this.btnMore);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MyMessageBox";
     this.ShowIcon        = false;
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.pictureBox1, 0);
     this.Controls.SetChildIndex(this.btnMore, 0);
     this.Controls.SetChildIndex(this.lblMsg, 0);
     this.Controls.SetChildIndex(this.txtMsg, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this._txtDefaultFocus, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyBrowseForm));
     this.dataGridView1 = new KDS.UI.Component.DataGridViewBase();
     this.btnOK         = new KDS.UI.Component.ButtonBase();
     this.btnCancel     = new KDS.UI.Component.ButtonBase();
     this.lblRemark     = new KDS.UI.Component.LableBase();
     this.btnMore       = new KDS.UI.Component.ButtonBase();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // _txtDefaultFocus
     //
     this._txtDefaultFocus.AccessibleDescription = null;
     this._txtDefaultFocus.AccessibleName        = null;
     resources.ApplyResources(this._txtDefaultFocus, "_txtDefaultFocus");
     this._txtDefaultFocus.BackgroundImage = null;
     this._txtDefaultFocus.Font            = null;
     //
     // dataGridView1
     //
     this.dataGridView1.AccessibleDescription   = null;
     this.dataGridView1.AccessibleName          = null;
     this.dataGridView1.AllowUserToAddRows      = false;
     this.dataGridView1.AllowUserToDeleteRows   = false;
     this.dataGridView1.AllowUserToOrderColumns = true;
     this.dataGridView1.AllowUserToResizeRows   = false;
     resources.ApplyResources(this.dataGridView1, "dataGridView1");
     this.dataGridView1.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(241)))), ((int)(((byte)(254)))));
     this.dataGridView1.BackgroundImage    = null;
     this.dataGridView1.Font               = null;
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.ReadOnly           = true;
     this.dataGridView1.RowHeadersVisible  = false;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.DoubleClick       += new System.EventHandler(this.dataGridView1_DoubleClick);
     this.dataGridView1.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
     //
     // btnOK
     //
     this.btnOK.AccessibleDescription = null;
     this.btnOK.AccessibleName        = null;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.BackgroundImage         = null;
     this.btnOK.Font                    = null;
     this.btnOK.Name                    = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click                  += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleDescription = null;
     this.btnCancel.AccessibleName        = null;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.BackgroundImage         = null;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font                    = null;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // lblRemark
     //
     this.lblRemark.AccessibleDescription = null;
     this.lblRemark.AccessibleName        = null;
     resources.ApplyResources(this.lblRemark, "lblRemark");
     this.lblRemark.BackColor = System.Drawing.Color.Transparent;
     this.lblRemark.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.lblRemark.Name      = "lblRemark";
     //
     // btnMore
     //
     this.btnMore.AccessibleDescription = null;
     this.btnMore.AccessibleName        = null;
     resources.ApplyResources(this.btnMore, "btnMore");
     this.btnMore.BackgroundImage         = null;
     this.btnMore.Font                    = null;
     this.btnMore.Name                    = "btnMore";
     this.btnMore.UseVisualStyleBackColor = true;
     //
     // MyBrowseForm
     //
     this.AcceptButton          = this.btnOK;
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.CancelButton    = this.btnCancel;
     this.Controls.Add(this.btnMore);
     this.Controls.Add(this.lblRemark);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.dataGridView1);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = null;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MyBrowseForm";
     this.Load           += new System.EventHandler(this.MyBrowseForm_Load);
     this.Controls.SetChildIndex(this.dataGridView1, 0);
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this._txtDefaultFocus, 0);
     this.Controls.SetChildIndex(this.lblRemark, 0);
     this.Controls.SetChildIndex(this.btnMore, 0);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyInputBox));
     this.lblTitle     = new KDS.UI.Component.LableBase();
     this.btnOK        = new KDS.UI.Component.ButtonBase();
     this.btnCancel    = new KDS.UI.Component.ButtonBase();
     this.textBoxBase1 = new KDS.UI.Component.TextBoxBase();
     this.SuspendLayout();
     //
     // _txtDefaultFocus
     //
     this._txtDefaultFocus.AccessibleDescription = null;
     this._txtDefaultFocus.AccessibleName        = null;
     resources.ApplyResources(this._txtDefaultFocus, "_txtDefaultFocus");
     this._txtDefaultFocus.BackgroundImage = null;
     this._txtDefaultFocus.Font            = null;
     //
     // lblTitle
     //
     this.lblTitle.AccessibleDescription = null;
     this.lblTitle.AccessibleName        = null;
     resources.ApplyResources(this.lblTitle, "lblTitle");
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.lblTitle.Name      = "lblTitle";
     //
     // btnOK
     //
     this.btnOK.AccessibleDescription = null;
     this.btnOK.AccessibleName        = null;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.BackgroundImage         = null;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnOK.Font                    = null;
     this.btnOK.Name                    = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click                  += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleDescription = null;
     this.btnCancel.AccessibleName        = null;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.BackgroundImage         = null;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font                    = null;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // textBoxBase1
     //
     this.textBoxBase1.AccessibleDescription = null;
     this.textBoxBase1.AccessibleName        = null;
     resources.ApplyResources(this.textBoxBase1, "textBoxBase1");
     this.textBoxBase1.BackgroundImage = null;
     this.textBoxBase1.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxBase1.Font            = null;
     this.textBoxBase1.Name            = "textBoxBase1";
     //
     // MyInputBox
     //
     this.AcceptButton          = this.btnOK;
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.CancelButton    = this.btnCancel;
     this.Controls.Add(this.textBoxBase1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.lblTitle);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = null;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MyInputBox";
     this.ShowIcon        = false;
     this.Controls.SetChildIndex(this.lblTitle, 0);
     this.Controls.SetChildIndex(this.btnOK, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.textBoxBase1, 0);
     this.Controls.SetChildIndex(this._txtDefaultFocus, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyWaitWindow));
     this.lblMsg       = new KDS.UI.Component.LableBase();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // _txtDefaultFocus
     //
     this._txtDefaultFocus.AccessibleDescription = null;
     this._txtDefaultFocus.AccessibleName        = null;
     resources.ApplyResources(this._txtDefaultFocus, "_txtDefaultFocus");
     this._txtDefaultFocus.BackgroundImage = null;
     this._txtDefaultFocus.Font            = null;
     this._txtDefaultFocus.UseWaitCursor   = true;
     //
     // lblMsg
     //
     this.lblMsg.AccessibleDescription = null;
     this.lblMsg.AccessibleName        = null;
     resources.ApplyResources(this.lblMsg, "lblMsg");
     this.lblMsg.BackColor     = System.Drawing.Color.Transparent;
     this.lblMsg.FlatStyle     = System.Windows.Forms.FlatStyle.Popup;
     this.lblMsg.Name          = "lblMsg";
     this.lblMsg.UseWaitCursor = true;
     //
     // progressBar1
     //
     this.progressBar1.AccessibleDescription = null;
     this.progressBar1.AccessibleName        = null;
     resources.ApplyResources(this.progressBar1, "progressBar1");
     this.progressBar1.BackgroundImage = null;
     this.progressBar1.Font            = null;
     this.progressBar1.Name            = "progressBar1";
     this.progressBar1.UseWaitCursor   = true;
     //
     // pictureBox1
     //
     this.pictureBox1.AccessibleDescription = null;
     this.pictureBox1.AccessibleName        = null;
     resources.ApplyResources(this.pictureBox1, "pictureBox1");
     this.pictureBox1.BackColor       = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImage = null;
     this.pictureBox1.Font            = null;
     this.pictureBox1.Image           = global::KDS.UI.Component.Properties.Resources.find1;
     this.pictureBox1.ImageLocation   = null;
     this.pictureBox1.Name            = "pictureBox1";
     this.pictureBox1.TabStop         = false;
     this.pictureBox1.UseWaitCursor   = true;
     //
     // MyWaitWindow
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackColor       = System.Drawing.Color.LightBlue;
     this.BackgroundImage = null;
     this.ControlBox      = false;
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.lblMsg);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "MyWaitWindow";
     this.ShowIcon        = false;
     this.UseWaitCursor   = true;
     this.Controls.SetChildIndex(this.lblMsg, 0);
     this.Controls.SetChildIndex(this.progressBar1, 0);
     this.Controls.SetChildIndex(this.pictureBox1, 0);
     this.Controls.SetChildIndex(this._txtDefaultFocus, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }