namespace Grant.Framework { partial class SetOEM { /// /// 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(SetOEM)); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.label4 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.buttonCheck = new UI.Framework.Controls.ButtonCheck(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.DarkGray; this.label4.Location = new System.Drawing.Point(193, 188); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(164, 14); this.label4.TabIndex = 8; this.label4.Text = "长380px,宽100px png透明图"; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(27, 215); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(380, 100); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(97, 184); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 23); this.simpleButton1.TabIndex = 6; this.simpleButton1.Text = "选择"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(24, 184); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 14); this.label3.TabIndex = 4; this.label3.Text = "启动画面:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(27, 140); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(380, 22); this.textBox2.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(24, 120); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 14); this.label2.TabIndex = 2; this.label2.Text = "公告:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(27, 90); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(380, 22); this.textBox1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 64); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 14); this.label1.TabIndex = 0; this.label1.Text = "标题:"; // // simpleButton2 // this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image"))); this.simpleButton2.Location = new System.Drawing.Point(146, 343); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(147, 34); this.simpleButton2.TabIndex = 9; this.simpleButton2.Text = "保存OEM信息"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // buttonCheck // this.buttonCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonCheck.BackColor = System.Drawing.Color.Transparent; this.buttonCheck.Checked = true; this.buttonCheck.CheckStyleX = UI.Framework.Controls.CheckStyle.style1; this.buttonCheck.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonCheck.Location = new System.Drawing.Point(151, 24); this.buttonCheck.Margin = new System.Windows.Forms.Padding(1); this.buttonCheck.Name = "buttonCheck"; this.buttonCheck.Size = new System.Drawing.Size(57, 24); this.buttonCheck.TabIndex = 23; // // labelControl1 // this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelControl1.Location = new System.Drawing.Point(27, 29); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(108, 14); this.labelControl1.TabIndex = 22; this.labelControl1.Text = "是否显示充值界面:"; // // SetOEM // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(436, 399); this.Controls.Add(this.buttonCheck); this.Controls.Add(this.labelControl1); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.label4); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.label3); this.Controls.Add(this.textBox2); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Name = "SetOEM"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "设置OEM"; this.Load += new System.EventHandler(this.SetOEM_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.OpenFileDialog openFileDialog1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label4; private DevExpress.XtraEditors.SimpleButton simpleButton2; private UI.Framework.Controls.ButtonCheck buttonCheck; private DevExpress.XtraEditors.LabelControl labelControl1; } }