예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labDescription      = new System.Windows.Forms.Label();
     this.Control_Description = new WinForm_DatabaseTextBox();
     this.labPrice            = new System.Windows.Forms.Label();
     this.Control_Price       = new WinForm_DatabaseTextBox();
     this.labStartDate        = new System.Windows.Forms.Label();
     this.Control_StartDate   = new WinForm_DatabaseTextBox();
     this.labEndDate          = new System.Windows.Forms.Label();
     this.Control_EndDate     = new WinForm_DatabaseTextBox();
     this.labCustomerId       = new System.Windows.Forms.Label();
     this.Control_CustomerId  = new Bob.Windows.ComboBoxes.WinComboBox_Customers();
     this.Button_CustomerId   = new System.Windows.Forms.Button();
     this.cmdOK     = new System.Windows.Forms.Button();
     this.cmdCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // labDescription
     //
     this.labDescription.AutoSize = true;
     this.labDescription.Location = new System.Drawing.Point(24, 24);
     this.labDescription.Name     = "labDescription";
     this.labDescription.Size     = new System.Drawing.Size(110, 13);
     this.labDescription.TabIndex = 0;
     this.labDescription.Text     = "Description (update this label in the \"Olymars/ColumnLabel\" extended property of the \"Description\" column):";
     //
     // Control_Description
     //
     this.Control_Description.Location         = new System.Drawing.Point(24, 40);
     this.Control_Description.Name             = "Control_Description";
     this.Control_Description.NullIsAllow      = false;
     this.Control_Description.InvalidBackColor = System.Drawing.Color.Red;
     this.Control_Description.Size             = new System.Drawing.Size(440, 20);
     this.Control_Description.TabIndex         = 1;
     this.Control_Description.DataSize         = 255;
     this.Control_Description.MaxLength        = 255;
     this.Control_Description.TextChanged     += new System.EventHandler(this.Control_Description_TextChanged);
     this.Control_Description.DBType           = SupportedDatabaseTypes.DBType_varchar;
     //
     // labPrice
     //
     this.labPrice.AutoSize = true;
     this.labPrice.Location = new System.Drawing.Point(24, 80);
     this.labPrice.Name     = "labPrice";
     this.labPrice.Size     = new System.Drawing.Size(110, 13);
     this.labPrice.TabIndex = 2;
     this.labPrice.Text     = "Price (update this label in the \"Olymars/ColumnLabel\" extended property of the \"Price\" column):";
     //
     // Control_Price
     //
     this.Control_Price.Location         = new System.Drawing.Point(24, 96);
     this.Control_Price.Name             = "Control_Price";
     this.Control_Price.NullIsAllow      = true;
     this.Control_Price.InvalidBackColor = System.Drawing.Color.Red;
     this.Control_Price.Size             = new System.Drawing.Size(440, 20);
     this.Control_Price.TabIndex         = 3;
     this.Control_Price.DataSize         = 21;
     this.Control_Price.TextChanged     += new System.EventHandler(this.Control_Price_TextChanged);
     this.Control_Price.DBType           = SupportedDatabaseTypes.DBType_money;
     //
     // labStartDate
     //
     this.labStartDate.AutoSize = true;
     this.labStartDate.Location = new System.Drawing.Point(24, 136);
     this.labStartDate.Name     = "labStartDate";
     this.labStartDate.Size     = new System.Drawing.Size(110, 13);
     this.labStartDate.TabIndex = 4;
     this.labStartDate.Text     = "StartDate (update this label in the \"Olymars/ColumnLabel\" extended property of the \"StartDate\" column):";
     //
     // Control_StartDate
     //
     this.Control_StartDate.Location         = new System.Drawing.Point(24, 152);
     this.Control_StartDate.Name             = "Control_StartDate";
     this.Control_StartDate.NullIsAllow      = true;
     this.Control_StartDate.InvalidBackColor = System.Drawing.Color.Red;
     this.Control_StartDate.Size             = new System.Drawing.Size(440, 20);
     this.Control_StartDate.TabIndex         = 5;
     this.Control_StartDate.DataSize         = 16;
     this.Control_StartDate.TextChanged     += new System.EventHandler(this.Control_StartDate_TextChanged);
     this.Control_StartDate.DBType           = SupportedDatabaseTypes.DBType_datetime;
     //
     // labEndDate
     //
     this.labEndDate.AutoSize = true;
     this.labEndDate.Location = new System.Drawing.Point(24, 192);
     this.labEndDate.Name     = "labEndDate";
     this.labEndDate.Size     = new System.Drawing.Size(110, 13);
     this.labEndDate.TabIndex = 6;
     this.labEndDate.Text     = "EndDate (update this label in the \"Olymars/ColumnLabel\" extended property of the \"EndDate\" column):";
     //
     // Control_EndDate
     //
     this.Control_EndDate.Location         = new System.Drawing.Point(24, 208);
     this.Control_EndDate.Name             = "Control_EndDate";
     this.Control_EndDate.NullIsAllow      = true;
     this.Control_EndDate.InvalidBackColor = System.Drawing.Color.Red;
     this.Control_EndDate.Size             = new System.Drawing.Size(440, 20);
     this.Control_EndDate.TabIndex         = 7;
     this.Control_EndDate.DataSize         = 16;
     this.Control_EndDate.TextChanged     += new System.EventHandler(this.Control_EndDate_TextChanged);
     this.Control_EndDate.DBType           = SupportedDatabaseTypes.DBType_datetime;
     //
     // labCustomerId
     //
     this.labCustomerId.AutoSize = true;
     this.labCustomerId.Location = new System.Drawing.Point(24, 248);
     this.labCustomerId.Name     = "labCustomerId";
     this.labCustomerId.Size     = new System.Drawing.Size(126, 13);
     this.labCustomerId.TabIndex = 8;
     this.labCustomerId.Text     = "CustomerId (update this label in the \"Olymars/ColumnLabel\" extended property of the \"CustomerId\" column):";
     //
     // Control_CustomerId
     //
     this.Control_CustomerId.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Control_CustomerId.DropDownWidth         = 392;
     this.Control_CustomerId.Location              = new System.Drawing.Point(24, 264);
     this.Control_CustomerId.Name                  = "Control_CustomerId";
     this.Control_CustomerId.Size                  = new System.Drawing.Size(352, 21);
     this.Control_CustomerId.TabIndex              = 9;
     this.Control_CustomerId.SelectedIndexChanged += new System.EventHandler(this.Control_CustomerId_SelectedIndexChanged);
     //
     // Button_CustomerId
     //
     this.Button_CustomerId.Location = new System.Drawing.Point(392, 264);
     this.Button_CustomerId.Name     = "Button_CustomerId";
     this.Button_CustomerId.TabIndex = 10;
     this.Button_CustomerId.Text     = "Add";
     this.Button_CustomerId.Click   += new System.EventHandler(this.Button_CustomerId_Click);
     //
     // cmdOK
     //
     this.cmdOK.Location = new System.Drawing.Point(304, 304);
     this.cmdOK.Name     = "cmdOK";
     this.cmdOK.TabIndex = 11;
     this.cmdOK.Text     = "OK";
     this.cmdOK.Click   += new System.EventHandler(this.cmdOK_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location     = new System.Drawing.Point(392, 304);
     this.cmdCancel.Name         = "cmdCancel";
     this.cmdCancel.TabIndex     = 11;
     this.cmdCancel.Text         = "Cancel";
     this.cmdCancel.Click       += new System.EventHandler(this.cmdCancel_Click);
     //
     // WinForm_Job
     //
     this.AcceptButton      = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 13);
     this.CancelButton      = this.cmdCancel;
     this.ClientSize        = new System.Drawing.Size(506, 344);
     this.ControlBox        = false;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.labDescription,
         this.Control_Description,
         this.labPrice,
         this.Control_Price,
         this.labStartDate,
         this.Control_StartDate,
         this.labEndDate,
         this.Control_EndDate,
         this.labCustomerId,
         this.Control_CustomerId,
         this.Button_CustomerId,
         this.cmdOK,
         this.cmdCancel
     });
     this.Font            = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "WinForm_Job";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Job management";
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labTitle      = new System.Windows.Forms.Label();
     this.Control_Title = new WinForm_DatabaseTextBox();
     this.cmdOK         = new System.Windows.Forms.Button();
     this.cmdCancel     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // labTitle
     //
     this.labTitle.AutoSize = true;
     this.labTitle.Location = new System.Drawing.Point(24, 24);
     this.labTitle.Name     = "labTitle";
     this.labTitle.Size     = new System.Drawing.Size(110, 13);
     this.labTitle.TabIndex = 0;
     this.labTitle.Text     = "Title:";
     //
     // Control_Title
     //
     this.Control_Title.Location         = new System.Drawing.Point(24, 40);
     this.Control_Title.Name             = "Control_Title";
     this.Control_Title.NullIsAllow      = false;
     this.Control_Title.InvalidBackColor = System.Drawing.Color.Red;
     this.Control_Title.Size             = new System.Drawing.Size(440, 20);
     this.Control_Title.TabIndex         = 1;
     this.Control_Title.DataSize         = 10;
     this.Control_Title.MaxLength        = 10;
     this.Control_Title.TextChanged     += new System.EventHandler(this.Control_Title_TextChanged);
     this.Control_Title.DBType           = SupportedDatabaseTypes.DBType_varchar;
     //
     // cmdOK
     //
     this.cmdOK.Location = new System.Drawing.Point(304, 80);
     this.cmdOK.Name     = "cmdOK";
     this.cmdOK.TabIndex = 2;
     this.cmdOK.Text     = "OK";
     this.cmdOK.Click   += new System.EventHandler(this.cmdOK_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location     = new System.Drawing.Point(392, 80);
     this.cmdCancel.Name         = "cmdCancel";
     this.cmdCancel.TabIndex     = 2;
     this.cmdCancel.Text         = "Cancel";
     this.cmdCancel.Click       += new System.EventHandler(this.cmdCancel_Click);
     //
     // WinForm_Title
     //
     this.AcceptButton      = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 13);
     this.CancelButton      = this.cmdCancel;
     this.ClientSize        = new System.Drawing.Size(506, 120);
     this.ControlBox        = false;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.labTitle,
         this.Control_Title,
         this.cmdOK,
         this.cmdCancel
     });
     this.Font            = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "WinForm_Title";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Title management";
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labDescription          = new System.Windows.Forms.Label();
     this.Control_Description     = new WinForm_DatabaseTextBox();
     this.labGeneralUnitCost      = new System.Windows.Forms.Label();
     this.Control_GeneralUnitCost = new WinForm_DatabaseTextBox();
     this.cmdOK     = new System.Windows.Forms.Button();
     this.cmdCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // labDescription
     //
     this.labDescription.AutoSize = true;
     this.labDescription.Location = new System.Drawing.Point(24, 24);
     this.labDescription.Name     = "labDescription";
     this.labDescription.Size     = new System.Drawing.Size(110, 13);
     this.labDescription.TabIndex = 0;
     this.labDescription.Text     = "Description (update this label in the \"Olymars/ColumnLabel\" extended property of the \"Description\" column):";
     //
     // Control_Description
     //
     this.Control_Description.Location         = new System.Drawing.Point(24, 40);
     this.Control_Description.Name             = "Control_Description";
     this.Control_Description.NullIsAllow      = false;
     this.Control_Description.InvalidBackColor = System.Drawing.Color.Red;
     this.Control_Description.Size             = new System.Drawing.Size(440, 20);
     this.Control_Description.TabIndex         = 1;
     this.Control_Description.DataSize         = 255;
     this.Control_Description.MaxLength        = 255;
     this.Control_Description.TextChanged     += new System.EventHandler(this.Control_Description_TextChanged);
     this.Control_Description.DBType           = SupportedDatabaseTypes.DBType_varchar;
     //
     // labGeneralUnitCost
     //
     this.labGeneralUnitCost.AutoSize = true;
     this.labGeneralUnitCost.Location = new System.Drawing.Point(24, 80);
     this.labGeneralUnitCost.Name     = "labGeneralUnitCost";
     this.labGeneralUnitCost.Size     = new System.Drawing.Size(110, 13);
     this.labGeneralUnitCost.TabIndex = 2;
     this.labGeneralUnitCost.Text     = "GeneralUnitCost (update this label in the \"Olymars/ColumnLabel\" extended property of the \"GeneralUnitCost\" column):";
     //
     // Control_GeneralUnitCost
     //
     this.Control_GeneralUnitCost.Location         = new System.Drawing.Point(24, 96);
     this.Control_GeneralUnitCost.Name             = "Control_GeneralUnitCost";
     this.Control_GeneralUnitCost.NullIsAllow      = false;
     this.Control_GeneralUnitCost.InvalidBackColor = System.Drawing.Color.Red;
     this.Control_GeneralUnitCost.Size             = new System.Drawing.Size(440, 20);
     this.Control_GeneralUnitCost.TabIndex         = 3;
     this.Control_GeneralUnitCost.DataSize         = 21;
     this.Control_GeneralUnitCost.TextChanged     += new System.EventHandler(this.Control_GeneralUnitCost_TextChanged);
     this.Control_GeneralUnitCost.DBType           = SupportedDatabaseTypes.DBType_money;
     //
     // cmdOK
     //
     this.cmdOK.Location = new System.Drawing.Point(304, 136);
     this.cmdOK.Name     = "cmdOK";
     this.cmdOK.TabIndex = 4;
     this.cmdOK.Text     = "OK";
     this.cmdOK.Click   += new System.EventHandler(this.cmdOK_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location     = new System.Drawing.Point(392, 136);
     this.cmdCancel.Name         = "cmdCancel";
     this.cmdCancel.TabIndex     = 4;
     this.cmdCancel.Text         = "Cancel";
     this.cmdCancel.Click       += new System.EventHandler(this.cmdCancel_Click);
     //
     // WinForm_JobPartType
     //
     this.AcceptButton      = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 13);
     this.CancelButton      = this.cmdCancel;
     this.ClientSize        = new System.Drawing.Size(506, 176);
     this.ControlBox        = false;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.labDescription,
         this.Control_Description,
         this.labGeneralUnitCost,
         this.Control_GeneralUnitCost,
         this.cmdOK,
         this.cmdCancel
     });
     this.Font            = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "WinForm_JobPartType";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "JobPartType management";
     this.ResumeLayout(false);
 }