Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/PIDSelector.designer.cs 2012/05/27 23:59:22 150 +++ trunk/RomCheater/Docking/PIDSelector.designer.cs 2012/05/28 00:17:16 151 @@ -40,11 +40,12 @@ this.btnList = new System.Windows.Forms.ToolStripButton(); this.btnTile = new System.Windows.Forms.ToolStripButton(); this.btnOK = new System.Windows.Forms.Button(); - this.btnCancel = new System.Windows.Forms.Button(); this.btnRefresh = new System.Windows.Forms.Button(); this.btn_pnl = new System.Windows.Forms.Panel(); + this.button_flow = new System.Windows.Forms.FlowLayoutPanel(); this.toolmnu.SuspendLayout(); this.btn_pnl.SuspendLayout(); + this.button_flow.SuspendLayout(); this.SuspendLayout(); // // lstProcessList @@ -139,34 +140,27 @@ // // btnOK // + this.btnOK.AutoSize = true; + this.btnOK.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnOK.Location = new System.Drawing.Point(36, 6); + this.btnOK.Location = new System.Drawing.Point(3, 3); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(128, 38); + this.btnOK.Size = new System.Drawing.Size(112, 30); this.btnOK.TabIndex = 2; - this.btnOK.Text = "Ok"; + this.btnOK.Text = "Use selected"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // - // btnCancel - // - this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnCancel.Location = new System.Drawing.Point(221, 6); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(128, 38); - this.btnCancel.TabIndex = 3; - this.btnCancel.Text = "Cancel"; - this.btnCancel.UseVisualStyleBackColor = true; - this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); - // // btnRefresh // + this.btnRefresh.AutoSize = true; + this.btnRefresh.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnRefresh.Location = new System.Drawing.Point(406, 6); + this.btnRefresh.Location = new System.Drawing.Point(121, 3); this.btnRefresh.Name = "btnRefresh"; - this.btnRefresh.Size = new System.Drawing.Size(128, 38); + this.btnRefresh.Size = new System.Drawing.Size(153, 30); this.btnRefresh.TabIndex = 4; - this.btnRefresh.Text = "Refresh"; + this.btnRefresh.Text = "Refresh processes"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // @@ -174,14 +168,22 @@ // this.btn_pnl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.btn_pnl.Controls.Add(this.btnRefresh); - this.btn_pnl.Controls.Add(this.btnOK); - this.btn_pnl.Controls.Add(this.btnCancel); + this.btn_pnl.Controls.Add(this.button_flow); this.btn_pnl.Location = new System.Drawing.Point(0, 492); this.btn_pnl.Name = "btn_pnl"; this.btn_pnl.Size = new System.Drawing.Size(570, 50); this.btn_pnl.TabIndex = 5; // + // button_flow + // + this.button_flow.Controls.Add(this.btnOK); + this.button_flow.Controls.Add(this.btnRefresh); + this.button_flow.Dock = System.Windows.Forms.DockStyle.Fill; + this.button_flow.Location = new System.Drawing.Point(0, 0); + this.button_flow.Name = "button_flow"; + this.button_flow.Size = new System.Drawing.Size(570, 50); + this.button_flow.TabIndex = 5; + // // PIDSelector // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -194,10 +196,12 @@ | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight))); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "PIDSelector"; - this.Text = "PCSX2 Process Selector"; + this.Text = "Rom Cheater Process Selector"; this.toolmnu.ResumeLayout(false); this.toolmnu.PerformLayout(); this.btn_pnl.ResumeLayout(false); + this.button_flow.ResumeLayout(false); + this.button_flow.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -213,12 +217,12 @@ private System.Windows.Forms.ToolStripButton btnList; private System.Windows.Forms.ToolStripButton btnTile; private System.Windows.Forms.Button btnOK; - private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Panel btn_pnl; private System.Windows.Forms.ColumnHeader colProcName; private System.Windows.Forms.ColumnHeader colProcPid; private System.Windows.Forms.ColumnHeader colProcFullPath; + private System.Windows.Forms.FlowLayoutPanel button_flow; } } \ No newline at end of file
ViewVC Help | |
Powered by ViewVC 1.1.22 |