namespace Gs.DevApp.ToolBox
{
partial class SetDrag
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetDrag));
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(58, 23);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(54, 18);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "X坐标:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(57, 53);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(55, 18);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "Y坐标:";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(68, 84);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(44, 18);
this.labelControl3.TabIndex = 2;
this.labelControl3.Text = "W长:";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(72, 114);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(40, 18);
this.labelControl4.TabIndex = 3;
this.labelControl4.Text = "H高:";
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(116, 20);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(125, 24);
this.textEdit1.TabIndex = 4;
//
// textEdit2
//
this.textEdit2.Location = new System.Drawing.Point(116, 50);
this.textEdit2.Name = "textEdit2";
this.textEdit2.Size = new System.Drawing.Size(125, 24);
this.textEdit2.TabIndex = 5;
//
// textEdit3
//
this.textEdit3.Location = new System.Drawing.Point(116, 81);
this.textEdit3.Name = "textEdit3";
this.textEdit3.Size = new System.Drawing.Size(125, 24);
this.textEdit3.TabIndex = 6;
//
// textEdit4
//
this.textEdit4.Location = new System.Drawing.Point(116, 111);
this.textEdit4.Name = "textEdit4";
this.textEdit4.Size = new System.Drawing.Size(125, 24);
this.textEdit4.TabIndex = 7;
//
// radioGroup1
//
this.radioGroup1.Location = new System.Drawing.Point(115, 141);
this.radioGroup1.Name = "radioGroup1";
this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "显示"),
new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "移出")});
this.radioGroup1.Size = new System.Drawing.Size(126, 33);
this.radioGroup1.TabIndex = 8;
//
// btnCancel
//
this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.btnCancel.Appearance.Options.UseFont = true;
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(154, 200);
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(87, 37);
this.btnCancel.TabIndex = 240;
this.btnCancel.Text = "取消 (&C)";
//
// btnSave
//
this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
this.btnSave.Location = new System.Drawing.Point(33, 200);
this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(87, 37);
this.btnSave.TabIndex = 239;
this.btnSave.Text = "确定 (&L)";
//
// SetDrag
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(291, 267);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.radioGroup1);
this.Controls.Add(this.textEdit4);
this.Controls.Add(this.textEdit3);
this.Controls.Add(this.textEdit2);
this.Controls.Add(this.textEdit1);
this.Controls.Add(this.labelControl4);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.labelControl1);
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SetDrag";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "设置坐标";
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.TextEdit textEdit2;
private DevExpress.XtraEditors.TextEdit textEdit3;
private DevExpress.XtraEditors.TextEdit textEdit4;
private DevExpress.XtraEditors.RadioGroup radioGroup1;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnSave;
}
}