This commit is contained in:
2008-08-12 11:46:26 +00:00
parent 869ff724d9
commit 5bedb853c5
11 changed files with 3826 additions and 3467 deletions

View File

@@ -40,17 +40,19 @@ namespace VEPROMS
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 476);
this.panel1.Location = new System.Drawing.Point(0, 387);
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(473, 49);
this.panel1.Size = new System.Drawing.Size(355, 40);
this.panel1.TabIndex = 0;
//
// btnOK
//
this.btnOK.Dock = System.Windows.Forms.DockStyle.Right;
this.btnOK.Location = new System.Drawing.Point(323, 0);
this.btnOK.Location = new System.Drawing.Point(243, 0);
this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 49);
this.btnOK.Size = new System.Drawing.Size(56, 40);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
@@ -60,9 +62,10 @@ namespace VEPROMS
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Dock = System.Windows.Forms.DockStyle.Right;
this.btnCancel.Location = new System.Drawing.Point(398, 0);
this.btnCancel.Location = new System.Drawing.Point(299, 0);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 49);
this.btnCancel.Size = new System.Drawing.Size(56, 40);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
@@ -73,20 +76,24 @@ namespace VEPROMS
this.pg.Dock = System.Windows.Forms.DockStyle.Fill;
this.pg.Font = new System.Drawing.Font("Arial Unicode MS", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.pg.Location = new System.Drawing.Point(0, 0);
this.pg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pg.Name = "pg";
this.pg.Size = new System.Drawing.Size(473, 476);
this.pg.Size = new System.Drawing.Size(355, 387);
this.pg.TabIndex = 1;
this.pg.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pg_PropertyValueChanged);
//
// frmPropGrid
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ClientSize = new System.Drawing.Size(473, 525);
this.ClientSize = new System.Drawing.Size(355, 427);
this.Controls.Add(this.pg);
this.Controls.Add(this.panel1);
this.DoubleBuffered = true;
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "frmPropGrid";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;