12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- namespace Uninpho.Tools.components.MTLFF
- {
- partial class GengxinrenForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
- this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // textEdit1
- //
- this.textEdit1.EditValue = "";
- this.textEdit1.Location = new System.Drawing.Point(42, 32);
- this.textEdit1.Name = "textEdit1";
- this.textEdit1.Size = new System.Drawing.Size(122, 20);
- this.textEdit1.TabIndex = 0;
- //
- // simpleButton1
- //
- this.simpleButton1.Location = new System.Drawing.Point(190, 31);
- this.simpleButton1.Name = "simpleButton1";
- this.simpleButton1.Size = new System.Drawing.Size(75, 23);
- this.simpleButton1.TabIndex = 1;
- this.simpleButton1.Text = "确认";
- this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
- //
- // GengxinrenForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(315, 82);
- this.Controls.Add(this.simpleButton1);
- this.Controls.Add(this.textEdit1);
- this.Name = "GengxinrenForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "请输入更新人信息";
- ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.TextEdit textEdit1;
- private DevExpress.XtraEditors.SimpleButton simpleButton1;
- }
- }
|